If your question is not listed here, you can also ask it on the dings@fmsbw.de mailing list or on the IRC channel.
Line numbers are disabled by default (ie. if there is no profile or when starting with --no-profile
).
If you have a ~/.teco_ini
based on the included fallback.teco_ini,
comment out or delete the following block (line 25):
! Set up margins !
[_:M[lexer.test.woman]]_"F
33ESTEXTWIDTH$9$U.w
5*Q.w,0ESSETMARGINWIDTHN$$$
Q.w,2ESSETMARGINWIDTHN$$$
'
By default, Scintilla caches the layout only of the current line.
This is very inefficient if a line is on the screen that has a very costly layout calculation, e.g. an excessively long line.
You can work around this issue by caching the entire document’s layout and enabling threading by adding the following to the ED-hook under the !add!
label in ~/.teco_ini
(for instance after line 16 in fallback.teco_ini
):
3@ES/SETLAYOUTCACHE//$
1000@ES/SETLAYOUTTHREADS//$
Also, make sure that your binary is built with Link-Time Optimizations (-O3 -flto
).
This is already the case for most regular releases and nightly builds.
14B Sep 28 21:20 ../